GXCleanupStartSendPage
You can use theGXCleanupStartSendPage
function to notify QuickDraw GX that it needs to clean up any actions that it took after receiving aGXStartSendPage
message from your printing extension or printer driver.
void GXCleanupStartSendPage (void);DESCRIPTION
You need to call theGXCleanupStartSendPage
function if you encounter an error in your override of theGXStartSendPage
message and you have already forwarded the message.When you call
GXCleanupStartSendPage
, QuickDraw GX sends theGXCleanupStartSendPage
message, which allows all of the message handlers to reverse any actions that they took in their overrides of theGXStartSendPage
message, such as allocating storage or modifying state information.SEE ALSO
TheGXStartSendPage
andGXCleanupStartSendPage
messages are described in the chapter "Printing Messages."
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help